From 1a2fa0a0c26877a4a8efbedfc4a1b16a0ab03202 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 24 Oct 2005 18:01:15 +0000 Subject: [PATCH] Make re-includable. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1489 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gbtypes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gpsbabel/gbtypes.h b/gpsbabel/gbtypes.h index bdbc8ce5f..78ad7582d 100644 --- a/gpsbabel/gbtypes.h +++ b/gpsbabel/gbtypes.h @@ -19,6 +19,10 @@ */ +#ifndef gb_types_h_included +#define gb_types_h_included + + /* * If this is a problem and any interesting system doesn't have the C99-ism * of we'll come up with something more clever that'll likely @@ -46,3 +50,5 @@ typedef int32_t gbint32; typedef int16_t gbint16; #endif // defined(_MSC_VER) + +#endif /* gb_types_h_included */ -- 2.30.2